Adwaita: legible labels in headerbars in selection mode
authorJakub Steiner <jimmac@gmail.com>
Mon, 25 Aug 2014 13:24:44 +0000 (15:24 +0200)
committerJakub Steiner <jimmac@gmail.com>
Mon, 25 Aug 2014 13:24:44 +0000 (15:24 +0200)
gtk/resources/theme/Adwaita/_common.scss
gtk/resources/theme/Adwaita/gtk-contained-dark.css
gtk/resources/theme/Adwaita/gtk-contained.css

index aea46100bd45c64d030e0b94a8fa926c2ed8b5fa..1fe2b4db07923fa080c33f16181f10cae3ad5db7 100644 (file)
@@ -958,7 +958,7 @@ GtkComboBox {
     }
   }
   &.selection-mode {
-    color: darken($selected_bg_color, 15%);
+    color: $selected_fg_color;
     text-shadow: 0 1px transparentize(black, 0.5);
     border-color: $selected_borders_color;
     background-image: linear-gradient(to bottom,
index dafa6bb875d80407095cd5ce97765224fd055521..e2614c16015686cff5d5c28a528ae9dd046d1dc4 100644 (file)
@@ -1125,7 +1125,7 @@ GtkComboBox {
       border-image: linear-gradient(to bottom, rgba(30, 34, 34, 0.5)) 0 1/1px 1px; }
   .titlebar.selection-mode, GtkCalendar.selection-mode.header,
   .header-bar.selection-mode {
-    color: #14375d;
+    color: #ffffff;
     text-shadow: 0 1px rgba(0, 0, 0, 0.5);
     border-color: #0f2b48;
     background-image: linear-gradient(to bottom, #256ab1, #215d9c);
index fdb29952d3a1ef2151193f789a7b99e804e6c4f3..ec4dcdd74ae9c24e21ba528b39e239abf9ee7186 100644 (file)
@@ -1117,7 +1117,7 @@ GtkComboBox {
       border-image: linear-gradient(to bottom, rgba(168, 168, 168, 0.5)) 0 1/1px 1px; }
   .titlebar.selection-mode, GtkCalendar.selection-mode.header,
   .header-bar.selection-mode {
-    color: #256ab1;
+    color: #ffffff;
     text-shadow: 0 1px rgba(0, 0, 0, 0.5);
     border-color: #184472;
     background-image: linear-gradient(to bottom, #5f9ddd, #4a90d9);